home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1219 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2010-04-12  |  234 b   |  8 lines

  1. on(rollOver){
  2.    _root.cur.itemhelp._visible = 1;
  3.    _root.skill.desrefresh();
  4.    _root.skill.skillnameshow();
  5.    _root.cur.itemhelp.itemname = this._parent.skillname2;
  6.    _root.cur.itemhelp.itemdes = this._parent.skilldes2;
  7. }
  8.